﻿.fenye {
    text-align: center;
    margin-top: 40px;
}

    .fenye span {
        border: 1px solid #E8E8E8;
        padding: 0 10px;
        height: 30px;
        line-height: 30px;
        display: inline-block;
        color: #888;
    }

    .fenye .fenye_p {
        height: 30px;
        display: inline-block;
        line-height: 30px;
        padding: 0 10px;
        border: 1px solid #E8E8E8;
        color: #888;
        margin: 0 4px;
    }

        .fenye .fenye_p:hover {
            color: #fff;
            background: #2070B5;
            border: 1px solid #2070B5;
        }

.fenye_num {
    height: 30px;
    display: inline-block;
    line-height: 30px;
    padding: 0 10px;
    border: 1px solid #E8E8E8;
    color: #888;
    margin: 0 4px;
    border-radius: 2px;
}

    .fenye_num:hover {
        color: #fff;
        background: #2070B5;
        border: 1px solid #2070B5;
    }

.fenye .active {
    background: #2070B5;
    color: #fff;
    border: 1px solid #2070B5;
}
